home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2000 #5 / Amiga Plus CD - 2000 - No. 5.iso / PowerPC / Tools / morphosuser / docs_user / StartMeUp.txt < prev    next >
Text File  |  2000-01-01  |  7KB  |  200 lines

  1. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  2. !!!                 MorphOS Public Beta Version                  !!!
  3. !!!             Copyright Ralph Schmidt, Frank Mariak            !!!
  4. !!!                           2000                               !!!
  5. !!!                                                              !!!
  6. !!!            Backup your HDs before you do anything            !!!
  7. !!!    Beta means...*NOT* finished...*MAY* have obvious Bugs     !!!
  8. !!!       It`s meant for experienced developers and users        !!!
  9. !!!                                                              !!!
  10. !!!  Don`t make prejudgements about the finished product`s       !!!
  11. !!!  stability.                                                  !!!
  12. !!!                                                              !!!
  13. !!!  If something doesn`t work the way you think it should work  !!!
  14. !!!  please *NOTIFY* us through email or through bugforms at     !!!
  15. !!!                                                              !!!
  16. !!!                       www.morphos.de                         !!!
  17. !!!                                                              !!!
  18. !!!   It makes no sense to post bugs to usenet as we may         !!!
  19. !!!   miss them, may cause misperceptions to normal users and    !!!
  20. !!!   may cause unnecessary mud slinging and flame wars.         !!!
  21. !!!                                                              !!!
  22. !!!   And a last word....                                        !!!
  23. !!!   This product is very complex. It has to emulate the 68k,   !!!
  24. !!!   provide a new PPC/68k interface, several native drivers    !!!
  25. !!!   and has to handle all kinds of unknown hardware and        !!!
  26. !!!   software which may have all kinds of sideeffects, may      !!!
  27. !!!   contain hidden bugs and we aren`t perfect either.          !!!
  28. !!!   So don`t expect miracles about handling all your prefered  !!!
  29. !!!   hardware and software combinations.                        !!!
  30. !!!                                                              !!!
  31. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  32.  
  33.  o Which Hardware should work and which doesn`t ?
  34.  
  35.    !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  36.    !! You MUST read the <Hardware.txt> file before going on. !!
  37.    !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  38.  
  39.  o Does it need a different partition ?
  40.  
  41.    No. You can run it on your standard boot partition.
  42.    But we are not reliable for any data loss if you do
  43.    so.
  44.  
  45.  o What do i have to care for when i want to try it.
  46.  
  47.    o OS 3.5 users
  48.      Add this to your startup-sequence
  49.  
  50.      c:version >NIL: "MorphOS"
  51.      IF WARN
  52.      C:SetPatch QUIET ; SKIPROMUPDATES "NCR scsi.device"
  53.      ELSE
  54.      C:SetPatch QUIET NONSD NOROMUPDATE
  55.      ENDIF
  56.  
  57.      to avoid that it causes a reset and installs some
  58.      messy drivers.
  59.  
  60.    o MorphOS contains PPC SFS 1.85 which is compatible to 1.84.
  61.      So if you use a SFS partition better make sure you use the
  62.      latest 68k version.
  63.  
  64.    o Install CyberGfx 5 as P96 drivers may run into
  65.      gfx glitches caused by timing issues.
  66.      Not to speak about the performance degration.
  67.  
  68.    o Install the new ppc 8n1 serial.device replacement
  69.      because the old serial.device does NOT yet work.
  70.  
  71.    o If you use an Ariadne2 you must patch your ariadne
  72.      driver to fix a synchronizing problem. Otherwise
  73.      your network connection doesn`t really work.
  74.  
  75.    o Install ixemul.library.elf from the Ixemul archive
  76.      *if* you use ixemul programs.
  77.      68k ixemul.library crashes under MorphOS.
  78.  
  79.    o Remove system extensions like
  80.  
  81.      o every MMU toy like
  82.        FastExec, QuickRom, rom2fast, VM, Enforcer, Mu#?...
  83.  
  84.                          DROP ALL THAT
  85.  
  86.        MorphOS doesn`t allow the 68040/68060.library to load
  87.        so that should catch most MMU software but you never know.
  88.  
  89.      o WarpUP and programs or datatypes using it.
  90.        MorphOS doesn`t allow the powerpc.library to load
  91.        to avoid serious crashes.
  92.  
  93.      o executive or any other program which plays around
  94.        with exec's internals.
  95.  
  96.      o Avoid unnecessary lowlevel system patches like 
  97.        <copymemquicker> and <fblit>.
  98.        They may collide and patch ppc code with slow 68k
  99.        code.
  100.  
  101.      o poolmem
  102.        May collide and patch ppc code with slow 68k
  103.        code.
  104.  
  105.      o stackattack
  106.        May cause real havoc
  107.  
  108.      o Be careful with MCP and simular system "enhancers".
  109.        Some sane people call them "Multiple Crash Plugins".
  110.        Be aware that all these patches may replace PPC system
  111.        functions with slow 68k functions.
  112.  
  113.    o "Secure" system extensions are "Arq", ClickToFront, MagicMenu
  114.      ToolManager, TWA, DynamiCache, NewMode, SwazInfo and if you
  115.      know what you`re doing...also MFR.
  116.      If you use ToolManager 2.1 instead of 3.0 you should update
  117.      because the PPC icon.datatype speeds up newicon loading a lot.
  118.       
  119.  
  120.    You can also make a startup which handles 68k and PPC
  121.    mode this way.
  122.  
  123.     c:version >NIL: "MorphOS"
  124.     if WARN 
  125.        68k mode
  126.        start the hacks
  127.     endif
  128.  
  129.  o What is the demo limitation ?
  130.  
  131.    It only runs fast for roughly <30> minutes, then shows a requester
  132.    which warns you and shortly afterwards it slows down to an A500
  133.    level. I'm sure you'll enjoy the great old times:-)
  134.  
  135.  o How do i start MorphOS ?
  136.  
  137.    1) First check if you have the following roms
  138.  
  139.       o A4000
  140.         Kickstart 40.68 or 40.70
  141.  
  142.       o A4000T
  143.         Kickstart 40.70
  144.  
  145.       o A3000
  146.         Kickstart 40.68 or 40.70
  147.  
  148.       o A1200
  149.         Kickstart 40.68
  150.  
  151.       If not you can also overrule the rom by the command
  152.  
  153.       <kickstart=kick.A4000.40.68> which you must add to
  154.       the <startup> script.
  155.  
  156.       IF YOU DON'T HAVE ONE OF THE ABOVE KICKSTARTS MORPHOS
  157.       WON'T WORK.
  158.  
  159.  
  160.    2) The std script is configurated for 38400 Baud *serial* debug output
  161.       and the startup program itself gives output to the serial by <Verbose>.
  162.  
  163.                    The serial is *NOT* captured by sushi.
  164.  
  165.       If you don`t care for the startup debug output remove <Verbose>.
  166.       If you have no serial terminal add <RamDebug> where you can get potential
  167.       debugoutput after a crash by qstartup/debugramdump
  168.  
  169.    3) stop all kinds of hd activity.
  170.  
  171.    4) If you have a CyberstormPPC 68040 you
  172.       probably have to set <ResetLevel=4> and do a manual reset
  173.       (yes..by your hands:-)) after startup loaded everything and
  174.       shows no activity for some time.
  175.  
  176.    5) Enter <startup> in the shell.
  177.  
  178.    6) If nothing happens for a while you MUST read startup.doc about
  179.       <ResetLevel>.
  180.       You should also set all kinds of debug options to determine where
  181.       the problem is.
  182.  
  183.       HDebugFlags="Init Log"
  184.       QDebugFlags="Init Log EmulMapping"
  185.       EDebugFlags="InitResident"
  186.  
  187.       is a good start.*
  188.  
  189.       If you run debug output be aware that the emulation isn`t smooth
  190.       as during debugoutput the exec task scheduling is disabled.
  191.  
  192.  
  193.  o What should I do when it hangs during booting ?
  194.  
  195.    In this case please boot up with a fresh WBStartup, uncomment
  196.    programs in the startup-sequence and user-startup until you
  197.    found the trouble maker.
  198.    Please notify us in such cases.
  199.  
  200.